home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / NEW - Update Notifier / Bin / update_notifier-0.1.1-fx+tb.xpi / defaults / preferences / defaults.js
Encoding:
Text File  |  2006-02-21  |  543 b   |  12 lines

  1. // Update Notifier
  2. // By Todd Long <longfocus@gmail.com>
  3. // http://www.longfocus.com/firefox/updatenotifier/
  4.  
  5. // Localized description
  6. pref("extensions.{95f24680-9e31-11da-a746-0800200c9a66}.description", "chrome://updatenotifier/locale/updatenotifier.properties");
  7.  
  8. pref("longfocus.updatenotifier.auto.install", false);
  9. pref("longfocus.updatenotifier.first-time", true);
  10. pref("longfocus.updatenotifier.icon.always-display", true);
  11. pref("longfocus.updatenotifier.startup.check", false);
  12. pref("longfocus.updatenotifier.version", "");